Auto merge of #1969 - carols10cents:really-use-git, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 8 Sep 2015 17:45:03 +0000 (17:45 +0000)
committerbors <bors@rust-lang.org>
Tue, 8 Sep 2015 17:45:03 +0000 (17:45 +0000)
commitc5f125955fe9b902fb1d693124a28f9d7c56ea40
treedd1a41149ab910757be2d59812398e53391fef00
parentec59a6c9f95b64fac3ef6f9aeb7223b0381adc7a
parent1a5049e25bae63e874f7fd0070d9298044088d94
Auto merge of #1969 - carols10cents:really-use-git, r=alexcrichton

Fixes #1210. If either `--vcs git` or `--vcs hg` is specified, assume
that means the user really wants the new project to use that VCS, even
if the project's location would be beneath an existing repository.

This was surprisingly easy! And would make me so happy-- my home dir is a git repo :)